home *** CD-ROM | disk | FTP | other *** search
- #############################################################################
- # Compass Sample Export Template
- # Nesting List.tpl
- #############################################################################
-
- %AUTO_VIEW=Y
-
- #############################################################################
- # BOOKMARKS
- #############################################################################
-
- {BOOKMARKS}
- <li><a href="$URL$">$TITLE$</a>
- {/BOOKMARKS}
-
- #############################################################################
- # LEVEL5
- # Use (A) option to output All bookmarks of level 5 and deeper.
- #############################################################################
-
- {FOLDERS:LEVEL5}
- {/FOLDERS}
-
- {F5(A):LEVEL5}
- <li><h5>$TITLE$</h5>
- <ul>
- $BOOKMARKS$
- </ul>
- {/F5}
-
- #############################################################################
- # LEVEL4
- #############################################################################
-
- {FOLDERS:LEVEL4}
- {/FOLDERS}
-
- {F4:LEVEL4}
- <li><h4>$TITLE$</h4>
- <ul>
- $BOOKMARKS$
- $LEVEL5$
- </ul>
- {/F4}
-
- #############################################################################
- # LEVEL3
- #############################################################################
-
- {FOLDERS:LEVEL3}
- {/FOLDERS}
-
- {F3:LEVEL3}
- <li><h3>$TITLE$</h3>
- <ul>
- $BOOKMARKS$
- $LEVEL4$
- </ul>
- {/F3}
-
- #############################################################################
- # LEVEL2
- #############################################################################
-
- {FOLDERS:LEVEL2}
- {/FOLDERS}
-
- {F2:LEVEL2}
- <li><h2>$TITLE$</h2>
- <ul>
- $BOOKMARKS$
- $LEVEL3$
- </ul>
- {/F2}
-
- #############################################################################
- # LEVEL1
- #############################################################################
-
- {FOLDERS:LEVEL1}
- {/FOLDERS}
-
- {F1:LEVEL1}
- <li><h1>$TITLE$</h1>
- <ul>
- $BOOKMARKS$
- $LEVEL2$
- </ul>
- {/F1}
-
-
- #############################################################################
- # The main output file:
- #############################################################################
-
- {MAIN:*.HTM}
- <!doctype html public "-//w3c//dtd html 3.2 final//en">
- <html>
- <head>
- <title>Compass $VERSION$ Template - Nesting Sample</title>
- <meta name="Generator" content="Compass $VERSION$">
- <meta name="Author" content="$USER$">
- <meta name="Keywords" content="compass, bookmark, favorite, $USER$">
- <meta name="Description" content="Compass $VERSION$ Template - Nesting List Sample">
- </head>
-
- <style TYPE="text/css">
- BODY
- {
- font-family: Verdana, MS Sans Serif;
- background-color="#FFFFCC";
- }
- A:HOVER
- {
- color:"red";
- }
- </style>
- </head>
-
-
- <body>
-
- <center><b>Nesting List Sample</b></center>
-
- <br>
-
- <ul>
- $LEVEL1$
- </ul>
-
- </body>
-
- </html>
- {/MAIN}
-
- #############################################################################
-